home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
docs
/
gccfaq10
/
memory.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-14
|
197 b
|
8 lines
#include <dpmi.h>
main()
{
printf("Physical memory availible %d\n", _go32_dpmi_remaining_physical_memory);
printf("Virtual memory availible %d\n", _go32_dpmi_remaining_virtual_memory);
}